Name Property (AddressEntryFilter object)
The Name
property specifies a value for use in an ANR (ambiguous name resolution)
restriction on an AddressEntry
object. Read/write.
Syntax
objAddressEntryFilter.Name
Data Type
String
Remarks
The Name
property contains an ambiguous name resolution (ANR) string that can be
compared against each AddressEntry object using a provider-defined algorithm.
The property or properties used in the comparison are chosen by the provider as
part of the algorithm; the PR_DISPLAY_NAME property is the most commonly used.
The Name
property corresponds to the MAPI property PR_ANR.
The Name
property is the default property of an AddressEntryFilter object, meaning that
AddressEntryFilter is syntactically equivalent to AddressEntryFilter.Name in
Visual Basic code.